home *** CD-ROM | disk | FTP | other *** search
/ China - A Great Country …1: Homeland of the Dragon / China - A Great Country in the East 1: Homeland of the Dragon.iso / a12.swf / scripts / DefineButton2_22 / BUTTONCONDACTION on(press).as
Text File  |  2003-01-14  |  82b  |  7 lines

  1. on(press){
  2.    with(_parent.centers)
  3.    {
  4.       gotoandplay("text1");
  5.    }
  6. }
  7.